home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / pragmas / config_pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-09  |  521 b   |  17 lines

  1. #ifndef _INCLUDE_PRAGMA_CONFIG_LIB_H
  2. #define _INCLUDE_PRAGMA_CONFIG_LIB_H
  3.  
  4. #ifndef CLIB_CONFIG_PROTOS_H
  5. #include <clib/config_protos.h>
  6. #endif
  7.  
  8. #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
  9. #pragma amicall(CNFBase,0x006,ReadConfig(a0,a1,a2))
  10. #pragma amicall(CNFBase,0x00C,ReadConfigInt(a0,a1,a2))
  11. #endif
  12. #if defined(_DCC) || defined(__SASC)
  13. #pragma libcall CNFBase ReadConfig           006 A9803
  14. #pragma libcall CNFBase ReadConfigInt        00C A9803
  15. #endif
  16.  
  17. #endif    /*  _INCLUDE_PRAGMA_CONFIG_LIB_H  */